home *** CD-ROM | disk | FTP | other *** search
/ D-Rom (UK) / D_ROM / D_ROM (Track 01).bin / drom.dir / 00093.ls < prev    next >
Encoding:
Text File  |  1997-07-24  |  386 b   |  19 lines

  1. on exitFrame
  2.   if (the platform contains "16") = 0 then
  3.     if not soundBusy(1) then
  4.       puppetSound("cosford.aif")
  5.     end if
  6.   end if
  7.   if rollOver(6) then
  8.     set the visible of sprite 11 to 1
  9.   else
  10.     set the visible of sprite 11 to 0
  11.   end if
  12.   if rollOver(7) then
  13.     set the visible of sprite 10 to 1
  14.   else
  15.     set the visible of sprite 10 to 0
  16.   end if
  17.   go(the frame)
  18. end
  19.